﻿2026-06-15T15:13:31.9709791Z ##[group]Run actions/checkout@v5
2026-06-15T15:13:31.9710059Z with:
2026-06-15T15:13:31.9710264Z   repository: SaberMage/spt-shell-notify
2026-06-15T15:13:31.9710502Z   path: .adapter-notify
2026-06-15T15:13:31.9712885Z   token: ***
2026-06-15T15:13:31.9713057Z   ssh-strict: true
2026-06-15T15:13:31.9713247Z   ssh-user: git
2026-06-15T15:13:31.9726779Z   persist-credentials: true
2026-06-15T15:13:31.9727056Z   clean: true
2026-06-15T15:13:31.9727262Z   sparse-checkout-cone-mode: true
2026-06-15T15:13:31.9727482Z   fetch-depth: 1
2026-06-15T15:13:31.9727666Z   fetch-tags: false
2026-06-15T15:13:31.9727846Z   show-progress: true
2026-06-15T15:13:31.9728035Z   lfs: false
2026-06-15T15:13:31.9728217Z   submodules: false
2026-06-15T15:13:31.9728402Z   set-safe-directory: true
2026-06-15T15:13:31.9728594Z env:
2026-06-15T15:13:31.9728770Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T15:13:31.9729065Z ##[endgroup]
2026-06-15T15:13:32.1448308Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T15:13:32.1449227Z ##[group]Getting Git version info
2026-06-15T15:13:32.1449889Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-15T15:13:32.1464426Z [command]/usr/bin/git version
2026-06-15T15:13:32.1500165Z git version 2.43.0
2026-06-15T15:13:32.1517113Z ##[endgroup]
2026-06-15T15:13:32.1529809Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/33f19f87-8d6a-41cc-9782-529190711bdb' before making global git config changes
2026-06-15T15:13:32.1530968Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:13:32.1534022Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T15:13:32.1569204Z ##[group]Initializing the repository
2026-06-15T15:13:32.1572563Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T15:13:32.1603787Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T15:13:32.1604529Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-15T15:13:32.1605123Z hint: of your new repositories, which will suppress this warning, call:
2026-06-15T15:13:32.1605600Z hint: 
2026-06-15T15:13:32.1606254Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T15:13:32.1606621Z hint: 
2026-06-15T15:13:32.1606974Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T15:13:32.1607573Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T15:13:32.1608047Z hint: 
2026-06-15T15:13:32.1608291Z hint: 	git branch -m <name>
2026-06-15T15:13:32.1608859Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T15:13:32.1617070Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T15:13:32.1645078Z ##[endgroup]
2026-06-15T15:13:32.1645555Z ##[group]Disabling automatic garbage collection
2026-06-15T15:13:32.1648102Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T15:13:32.1672878Z ##[endgroup]
2026-06-15T15:13:32.1673305Z ##[group]Setting up auth
2026-06-15T15:13:32.1678333Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:13:32.1704944Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:13:32.1915718Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:13:32.1939924Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:13:32.2123429Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:13:32.2149621Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:13:32.2344205Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T15:13:32.2374181Z ##[endgroup]
2026-06-15T15:13:32.2374645Z ##[group]Determining the default branch
2026-06-15T15:13:32.2377503Z Retrieving the default branch name
2026-06-15T15:13:32.6310468Z Default branch 'main'
2026-06-15T15:13:32.6311117Z ##[endgroup]
2026-06-15T15:13:32.6311465Z ##[group]Fetching the repository
2026-06-15T15:13:32.6315413Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T15:13:33.4338509Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T15:13:33.4339167Z  * [new branch]      main       -> origin/main
2026-06-15T15:13:33.4355510Z ##[endgroup]
2026-06-15T15:13:33.4355859Z ##[group]Determining the checkout info
2026-06-15T15:13:33.4357928Z ##[endgroup]
2026-06-15T15:13:33.4361476Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T15:13:33.4396405Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T15:13:33.4421613Z ##[group]Checking out the ref
2026-06-15T15:13:33.4425096Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T15:13:33.4470055Z Switched to a new branch 'main'
2026-06-15T15:13:33.4470369Z branch 'main' set up to track 'origin/main'.
2026-06-15T15:13:33.4473565Z ##[endgroup]
2026-06-15T15:13:33.4505013Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T15:13:33.4527707Z ee2d37eadc730c0019e0af82d683074c509634a2
